/*
a {
	text-decoration:none;
}

a:hover, a:focus, a:active {
	text-decoration:underline;
}
*/

body {
	font-family:sans-serif;
	font-size:85%;
}

html, body {
	
	/*background:#000;	OMSII - Removed*/
	color:#000;
	border:0;
	margin:0;
	padding:0;
	/*margin-bottom:15px;*/  /*oms2 edit 8/27/14*/
}

img {
	border:0;
}

noscript #message {
	background:white;
	border:3px solid #000;
	font-size:65%;
	font-weight:bold;
	text-align:justify;
	line-height:12px;
	margin:5px 10px;
	/*margin:5px 10px 10px 630px;*/
	padding:5px;
	position:absolute;
	top:0px; /*Original value 90px; */
	width:350px;
	z-index:9998;
	/*right: 15px;*/
}

/*  Styles for the Anniversary page */
/*.anniversaryheadingbold {
	font-size:1.50em;
	font-weight:bold;
}
.anniversaryheadingboldBig {
	font-size:1.80em;
	font-weight:bold;
}
.presidentsAniv {
	color:#005796;
	font-size:1.25em;
	font-weight:bold;
}
.anivImgFloatRight {
	float:right;
	margin-right:12px;
	margin-left:8px;
	margin-bottom:0px;
	}
#anivContainer {			// container for all the text and logo graphic Aniv page.
	background-color:#fff; 
	border:0;
	color:#000;
	margin:0;
	padding:0px 5px 0px 5px;
	position:relative;
	width:770px;
}
P.anivBody {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}
*/
/*End of Aniv page styles*/

.bold {
	font-weight:bold;
}

.center {
	text-align:center;
}

.clearFloats {
	clear:both;
}

.imgFloatLeft {
	float:left;
	margin:0 15px 15px 0;
}

.imgFloatRight {
	float:right;
	margin:0 0 15px 15px;
}

.hidden {
	display:none;
}

.italics {
	font-style:italic;
}

.noBreak {
	white-space:nowrap;
}

.underline {
	text-decoration:underline;
}

#skipNav {
	background-color:#ff9;
	border:3px solid #000;
	/*color:#000;*/
	display:block;
	font-weight:bold;
	line-height:25px;
	margin:15px;
	padding:25px;
	position:absolute;
	top:-100px;
	z-index:9999;
}

#skipNav:focus {
	left:25px;
	top:15px;
}

#containerA {
	border:0;
	margin:0 auto 0 auto;
	padding:0;
	/*OMSII*/
	width: 100%;	/*990px;*/
}

#containerB {			/* container for the mid-page containers */
	/*background:url(/images/shell/bgContainerB.gif) repeat-y; - OMSII*/
	border:0;
	margin:0;
	padding:0;
	width:1180px;
	
	/*OMSII*/
		/*width:1180px;Move left nav to left.*/
	margin:0 auto;
	/*margin-top: 50px;  New*/
}

#containerB_content{
	width:990px;
	/*margin:0 auto;*/
	
}

#containerC {			/* container for the included page content */
	background-color:#fff; 
	border:0;
	color:#000;
	float:left;
	margin:0;
	min-height:535px;
	padding:8px 10px 8px 10px;
	position:relative;
	width:770px;
}

#serverID {
	right:0;
	position:absolute;
	top:0;
}
/*
#goPrinterFriendly, #goNormalView {
	background:url(../images/bg-ccc.png);
	color:#333;
	display:block;
	font-size:smaller;
	font-weight:bold;
	height:20px;
	padding:5px 10px;
	position:absolute;
	right:2px;
	text-decoration:none;
	top:0;
}
*/
#goPrinterFriendly, #goNormalView {
	color:#666;
	display:block;
	float:right;
	font-size:smaller;
	margin:-10px 0 2px 0;
	text-decoration:none;
	padding-top: 10px;
}
/*
#goPrinterFriendly:active, #goNormalView:active,
#goPrinterFriendly:focus, #goNormalView:focus,
#goPrinterFriendly:hover, #goNormalView:hover {
	background:url(../images/bg-333.png);
	color:#eccb6d;
	text-decoration:underline;
}
*/

#goPrinterFriendly:active, #goNormalView:active,
#goPrinterFriendly:focus, #goNormalView:focus,
#goPrinterFriendly:hover, #goNormalView:hover {
	color:#000;
	text-decoration:underline;
}

/* Style sheet for no-JavaScript */
.no_js { text-decoration:none; font-size: 12px; color:#FFF; font-weight:bold; }
.no_js_img { display:none;}
